home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Musica / ZMUD32.ZIP / ZMUD.EXE / 0 / RCDATA / TDEFINESTAT / TDEFINESTAT.txt
Text File  |  1997-06-09  |  3KB  |  151 lines

  1. object DefineStat: TDefineStat
  2.   Left = 218
  3.   Top = 132
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Define Status'
  7.   ClientHeight = 376
  8.   ClientWidth = 341
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 8
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.   end
  26.   object Label3: TLabel
  27.     Left = 40
  28.     Top = 16
  29.     Width = 258
  30.     Height = 13
  31.     Caption = 'Enter the definition of the status bar and status window'
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object Label4: TLabel
  39.     Left = 55
  40.     Top = 30
  41.     Width = 87
  42.     Height = 13
  43.     Caption = 'in the fields below.'
  44.     Font.Color = clWindowText
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object ComText: TLabel
  51.     Left = 12
  52.     Top = 74
  53.     Width = 56
  54.     Height = 13
  55.     Caption = 'Status Line:'
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object Label1: TLabel
  63.     Left = 12
  64.     Top = 122
  65.     Width = 75
  66.     Height = 13
  67.     Caption = 'Status Window:'
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.   end
  74.   object OKBtn: TBitBtn
  75.     Left = 88
  76.     Top = 340
  77.     Width = 77
  78.     Height = 27
  79.     Font.Color = clBtnText
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.     TabOrder = 0
  85.     OnClick = OKBtnClick
  86.     Kind = bkOK
  87.     Margin = 2
  88.     Spacing = -1
  89.     IsControl = True
  90.   end
  91.   object CancelBtn: TBitBtn
  92.     Left = 172
  93.     Top = 340
  94.     Width = 77
  95.     Height = 27
  96.     Font.Color = clBtnText
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ParentFont = False
  101.     TabOrder = 1
  102.     Kind = bkCancel
  103.     Margin = 2
  104.     Spacing = -1
  105.     IsControl = True
  106.   end
  107.   object HelpBtn: TBitBtn
  108.     Left = 256
  109.     Top = 340
  110.     Width = 77
  111.     Height = 27
  112.     HelpContext = 205
  113.     Font.Color = clBtnText
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ParentFont = False
  118.     TabOrder = 2
  119.     Kind = bkHelp
  120.     Margin = 2
  121.     Spacing = -1
  122.     IsControl = True
  123.   end
  124.   object StatLine: TEdit
  125.     Left = 12
  126.     Top = 88
  127.     Width = 320
  128.     Height = 21
  129.     Font.Color = clWindowText
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ParentFont = False
  134.     TabOrder = 3
  135.   end
  136.   object StatWin: TMemo
  137.     Left = 12
  138.     Top = 136
  139.     Width = 320
  140.     Height = 193
  141.     Font.Color = clWindowText
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.     ScrollBars = ssBoth
  147.     TabOrder = 4
  148.     WordWrap = False
  149.   end
  150. end
  151.